Dynagraph Card Data Group

The Modbus EFM EIE "Dynagraph Card" (DynaCard) data group enables the retrieval of dynagraph card data. The XML of each "Dynagraph Card" data group contains a number of data group elements and a number of card blocks. The DataGroupElement elements define data used by CygNet; the card blocks define constraints used to map register data to the data group elements. Your specific needs dictate how you implement this data group.

See the following subsections for more information:

For more information, see CygNet Dynagraph Viewer.

Example

Structure and Components

To Create a Dynagraph Card Data Group

  1. Using a text editor or XML editor, open the device template file to which you want to add a dynagraph card data group. You might need to extract the device template file from a Device Definition Service (DDS) in order to edit it.
    1. In the deviceDefinition element of your template, add the attribute class and set its value to POC. Doing so defines this template as a pump-off controller template.
    2. Define a DataGroup element for the "Dynagraph Card" data group. Add the attribute hasArray and set its value to true.
    3. Define a dgElements element that includes all required data group element IDs. StrokeLen is always required. See the examples above for others. Data group element IDs that start with S are required for support of a surface card. Data group element IDs that start with D are required for support of a downhole card.
    4. Define a cardBlocks element for each card type supported.
    5. Define the applicable number of card elements for each cardBlocks element.
    6. Define block elements for each card element.
    7. If required by your device, define preCard and/or postCard elements.
    8. If required by your device, define block elements for each preCard and/or postCard element.
    9. If required by your device, define a uccRecvParms element and child RecParmName element.
  2. Save your edits.
  3. Validate the template, then load it to the applicable DDS. See CygNet Device Template Manager Utility.
  4. From the applicable DDS, poll the affected device to test data retrieval and confirm the data group works as expected.

Back to top